DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SpanDataCollection<T> Class / OnSourceCollectionChanged Method
The sender.
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.

In This Topic
    OnSourceCollectionChanged Method (C1SpanDataCollection<T>)
    In This Topic
    Called when the source collection changed.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnSourceCollectionChanged( _
       ByVal sender As Object, _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnSourceCollectionChanged( 
       object sender,
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    The sender.
    e
    The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
    See Also